source/commonmarkd/md4c.d(496,20): Error: safe function `commonmarkd.md4c.MD_CTX.CH` cannot index pointer `this.text` source/commonmarkd/md4c.d(501,16): Error: pointer arithmetic not allowed in @safe functions source/commonmarkd/md4c.d(675,19): Error: safe function `commonmarkd.md4c.md_strchr` cannot index pointer `str` source/commonmarkd/md4c.d(676,21): Error: safe function `commonmarkd.md4c.md_strchr` cannot index pointer `str` source/commonmarkd/md4c.d(677,21): Error: pointer arithmetic not allowed in @safe functions source/commonmarkd/md4c.d(687,22): Error: safe function `commonmarkd.md4c.md_ascii_case_eq` cannot index pointer `s1` source/commonmarkd/md4c.d(688,22): Error: safe function `commonmarkd.md4c.md_ascii_case_eq` cannot index pointer `s2` source/commonmarkd/md4c.d(702,18): Error: `@safe` function `commonmarkd.md4c.md_ascii_eq` cannot call `@system` function `core.stdc.string.memcmp` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../druntime/import/core/stdc/string.d(40,7): `core.stdc.string.memcmp` is declared here source/commonmarkd/md4c.d(711,34): Error: safe function `commonmarkd.md4c.md_text_with_null_replacement` cannot index pointer `str` source/commonmarkd/md4c.d(719,17): Error: pointer arithmetic not allowed in @safe functions source/commonmarkd/md4c.d(740,41): Error: `@safe` function `commonmarkd.md4c.MD_TEMP_BUFFER` cannot call `@system` function `core.stdc.stdlib.realloc` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../druntime/import/core/stdc/stdlib.d(162,9): `core.stdc.stdlib.realloc` is declared here source/commonmarkd/md4c.d(740,22): Error: cast from `void*` to `char*` not allowed in safe code source/commonmarkd/md4c.d(852,15): Error: safe function `commonmarkd.md4c.md_unicode_bsearch__` cannot index pointer `map` source/commonmarkd/md4c.d(854,15): Error: safe function `commonmarkd.md4c.md_unicode_bsearch__` cannot index pointer `map` source/commonmarkd/md4c.d(857,28): Error: safe function `commonmarkd.md4c.md_unicode_bsearch__` cannot index pointer `map` source/commonmarkd/md4c.d(859,33): Error: safe function `commonmarkd.md4c.md_unicode_bsearch__` cannot index pointer `map` source/commonmarkd/md4c.d(882,45): Error: `WHITESPACE_MAP.ptr` cannot be used in `@safe` code, use `&WHITESPACE_MAP[0]` instead source/commonmarkd/md4c.d(928,45): Error: `PUNCT_MAP.ptr` cannot be used in `@safe` code, use `&PUNCT_MAP[0]` instead source/commonmarkd/md4c.d(1035,18): Error: `FOLD_MAP_1.ptr` cannot be used in `@safe` code, use `&FOLD_MAP_1[0]` instead source/commonmarkd/md4c.d(1035,34): Error: `FOLD_MAP_1_DATA.ptr` cannot be used in `@safe` code, use `&FOLD_MAP_1_DATA[0]` instead /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.